projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e36568
)
(fill-context-prefix): Unused var `eol' deleted.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Mar 1996 19:08:44 +0000
(19:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Mar 1996 19:08:44 +0000
(19:08 +0000)
lisp/textmodes/fill.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/fill.el
b/lisp/textmodes/fill.el
index 2164a002465d9a173fd2784a99a3c6ad7b5ca545..152ccf96f2afb4362bb789e22abe4047b80557cf 100644
(file)
--- a/
lisp/textmodes/fill.el
+++ b/
lisp/textmodes/fill.el
@@
-154,8
+154,7
@@
first line, insist it must match FIRST-LINE-REGEXP."
(goto-char firstline)
(setq at-second t))
(move-to-left-margin)
- (let ((start (point))
- (eol (save-excursion (end-of-line) (point))))
+ (let ((start (point)))
(setq result
(if (not (looking-at paragraph-start))
(cond ((and adaptive-fill-regexp (looking-at adaptive-fill-regexp))